ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / MacdBase<T> Class
Members

In This Topic
    MacdBase<T> Class
    In This Topic
    Base class for Macd and MacdHistogram series (abstract).
    Object Model
    MacdBase<T> ClassSVGStyle ClassSVGStyle ClassSVGStyle Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class MacdBase(Of T) 
       Inherits C1.Web.Mvc.ExtraSeries(Of T)
    public abstract class MacdBase<T> : C1.Web.Mvc.ExtraSeries<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.Finance.MacdBase<T>
                C1.Web.Mvc.Finance.Macd<T>
                C1.Web.Mvc.Finance.MacdHistogram<T>

    See Also